home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / HyperCuber 2.0 Source / CNCubeDialogDirector.h < prev    next >
Encoding:
Text File  |  1994-04-28  |  502 b   |  18 lines  |  [TEXT/KAHL]

  1. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. //| This file contains the interface to the CNCubeDialogDirector class.  The
  3. //| CNCubeDialogDirector class supervises the n-cube dialog.
  4. //|________________________________________________________________________________
  5.  
  6. #pragma once
  7. #include <CDialogDirector.h>
  8.  
  9. class CNCubeDialogDirector : public CDialogDirector
  10.     {
  11.  
  12.   public:
  13.  
  14.     void    INCubeDialogDirector(CDirectorOwner *supervisor);
  15.     long    TalkToUser(void);
  16.  
  17.     };
  18.